home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Install / USB-Driver / zebrscpw.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-02-01  |  4.8 KB  |  155 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  zebrscpw.inf
  4. ;
  5. ; Function:
  6. ;    Install the Sony Ericsson PC-Connect Port (WDM) on Win9x/Me
  7. ;
  8. ; Copyright (c) 2005 MCCI
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc..
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$CHICAGO$"
  21. Class=ZEBRSCE
  22. ClassGuid={70D0D3B2-6F59-42dd-97A8-06C93EE0B638}
  23. Provider=%Provider%
  24. DriverVer=12/07/2005, 4.30.0.2700
  25. ;CatalogFile=zebrsce.cat
  26.  
  27. ;-----------------------------------------------------------------------------
  28. ; Install class (for NT and Win95)
  29. ;-----------------------------------------------------------------------------
  30. [ClassInstall32]
  31. AddReg=SEMCClassReg
  32.  
  33. [MCCIClassReg]
  34. HKR,,,0,"SEMC Serial Cable Emulation Device"
  35. HKR,,Icon,,-5
  36.  
  37. [ControlFlags]
  38. ExcludeFromSelect = *
  39.  
  40. ;-----------------------------------------------------------------------------
  41. ;   Change A:\ to source drive (or omit to always (?) be prompted)
  42. ;-----------------------------------------------------------------------------
  43. [SourceDisksNames]
  44. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  45. ;    having the tagfile non-null seems to help...
  46. 1=%DiskString%,"zebrsce.sys",,
  47.  
  48. [SourceDisksFiles]
  49. ; filename = diskid[,[ subdir][, size]]
  50. zebrsce.sys = 1
  51. zebrcr.sys = 1
  52. zebrvcr.vxd = 1
  53. zebrcm95.sys = 1
  54. zebrcmnt.sys = 1
  55. zebrcomm.vxd = 1
  56. zebrvcd.vxd = 1
  57.  
  58. ;-----------------------------------------------------------------------------
  59. ; Specify target paths...
  60. ;-----------------------------------------------------------------------------
  61. [DestinationDirs]
  62. DefaultDestDir          = 11                    ; LDID_SYS
  63.  
  64. ;-----------------------------------------------------------------------------
  65. ; Table of Contents
  66. ;-----------------------------------------------------------------------------
  67. [Manufacturer]
  68. %SEMC%=SEMC
  69.  
  70. ;-----------------------------------------------------------------------------
  71. ; Device-by-device entries
  72. ;-----------------------------------------------------------------------------
  73. [SEMC]
  74. %SEMC.SCE_Comm.Desc% = SEMC.Install, MCCICEB\CEB_zebrceb&SCE_{8164CCDF-8A85-48c4-9A2D-5D9735DAF48E}&OS_9X
  75.  
  76. ;-----------------------------------------------------------------------------
  77. ; Installation instructions
  78. ;-----------------------------------------------------------------------------
  79.  
  80. [SEMC.Install]
  81. AddReg        = SEMC.AddReg,SEMC.W95.AddReg,SEMC.W95.AddReg.CRGuid
  82. CopyFiles    = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys
  83. DriverVer=12/07/2005, 4.30.0.2700
  84.  
  85.  
  86. ;-----------------------------------------------------------------------------
  87. ;  Registry
  88. ;-----------------------------------------------------------------------------
  89.  
  90. ; common registry entries 
  91. [SEMC.AddReg]
  92. HKR,,NTMPDriver,,zebrsce.sys
  93. HKR,,CRUpperDescription,,%UpperDescription%
  94. HKR,,EnableCR1146, 0x10001, 01,00,00,00 
  95. HKR,,InitialBaudRate, 0x10001, 00,C2,01,00            ;115200 initial baud rate
  96. HKR,,InitialLineControl,, "8N1"                    ;8-bits, No parity, 1 stop bit
  97.  
  98. ; only for Win95....
  99. [SEMC.W95.AddReg]
  100. HKR,,DevLoader,,*ntkern
  101.  
  102. [SEMC.W95.Addreg.CRGuid]
  103. HKR,,CRGuid,,{8A572185-9558-41e2-BA5C-5E00C9E46F48}
  104.  
  105. ;-----------------------------------------------------------------------------
  106. ;  Copy lists
  107. ;-----------------------------------------------------------------------------
  108. [CopyFiles]
  109.  
  110. [CopyFiles.W95]
  111. zebrvcr.vxd
  112. zebrcomm.vxd
  113. zebrvcd.vxd
  114.  
  115. [CopyFiles.sys]
  116. zebrsce.sys
  117. zebrcr.sys
  118.  
  119. [CopyFiles.W95.sys]
  120. zebrcm.sys,zebrcm95.sys
  121. zebrcm95.sys
  122. zebrcmnt.sys
  123.  
  124. [Copyfiles.W95.inf]
  125. zebrscep.inf
  126.  
  127.  
  128. ;-----------------------------------------------------------------------------
  129. ; STRINGS
  130. ;-----------------------------------------------------------------------------
  131. [Strings]
  132.  
  133. ;BEGIN ENG - US English Strings
  134. Provider = "Sony Ericsson Mobile Communications AB"
  135. SEMC = "Sony Ericsson Mobile Communications AB"
  136. DiskString = "Sony Ericsson PC-Connect Port Installation Disk"
  137.  
  138. SEMC.SCE_Comm.Desc = "Sony Ericsson PC-Connect Port (WDM)"
  139. UpperDescription = "Sony Ericsson PC-Connect Port (VCOMM)"
  140.  
  141. CustomerDataPath = "Sony Ericsson"
  142. DriverSet = "Sony Ericsson Software"
  143. UninstallFile = "ZEBRUninstall.exe"
  144. McciOptions = "Uninstallable NotInstallOnWinVer5"
  145.  
  146. ;END ENG - US English Strings
  147.  
  148.  
  149. ;-----------------------------------------------------------------------------
  150. ; The following are symbolic constants which don't change per locale.
  151. ;-----------------------------------------------------------------------------
  152.  
  153.  
  154. ;*** end of file ***
  155.